home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / CUSTDATA.DFM / CUSTDATA.txt
Encoding:
Text File  |  1996-08-12  |  707 b   |  34 lines

  1. object fmCustomer: TfmCustomer
  2.   Left = 264
  3.   Top = 140
  4.   Width = 449
  5.   Height = 282
  6.   ActiveControl = DBGrid1
  7.   Caption = 'Customer'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object DBGrid1: TDBGrid
  21.     Left = 0
  22.     Top = 0
  23.     Width = 441
  24.     Height = 255
  25.     Align = alClient
  26.     DataSource = DM1.CustomerSource
  27.     TabOrder = 0
  28.     TitleFont.Color = clWindowText
  29.     TitleFont.Height = -11
  30.     TitleFont.Name = 'MS Sans Serif'
  31.     TitleFont.Style = []
  32.   end
  33. end
  34.